Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_lower
ctype_lower
Check lowercase characters
Name:
ctype_lower
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check lowercase characters
Related
How to check and verify the encoding returned by external API using mb_get_info
9
Detailed PHP AES Encryption Tutorial with Example Code
3
Comprehensive Guide to PHP fwrite() Function for Efficient File Writing
8
Why PHP is the Best Choice for Developing Multi-User E-commerce Systems?
9
Similar Functions
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_punct
ctype_punct
Checkforprintablecha
ctype_digit
ctype_digit
Checknumericcharacte
ctype_print
ctype_print
Checkprintablecharac
ctype_graph
ctype_graph
Checkforanyprintable
Popular Articles